@font-face {
    font-family: "DroidArabicKufi";
    src: url("../fonts/DroidKufi-Regular.eot");
    src: url("../fonts/DroidKufi-Regular.eot?#iefix") format("embedded-opentype"), 
        url("../fonts/DroidKufi-Regular.otf") format("opentype"), 
        url("../fonts/DroidKufi-Regular.svg") format("svg"), 
        url("../fonts/DroidKufi-Regular.ttf") format("truetype"), 
        url("../fonts/DroidKufi-Regular.woff") format("woff"), 
        url("../fonts/DroidKufi-Regular.woff2") format("woff2"); 
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: "DroidArabicKufi";
    src: url("../fonts/DroidKufi-Bold.eot");
    src: url("../fonts/DroidKufi-Bold.eot?#iefix") format("embedded-opentype"), 
        url("../fonts/DroidKufi-Bold.otf") format("opentype"), 
        url("../fonts/DroidKufi-Bold.svg") format("svg"), 
        url("../fonts/Droid-Arabic-Kufi-Bold.ttf") format("truetype"), 
        url("../fonts/DroidKufi-Bold.woff") format("woff"), 
        url("../fonts/DroidKufi-Bold.woff2") format("woff2"); 
    font-weight: bold;
    font-style: normal;
}
/* .datepicker.datepicker-dropdown.dropdown-menu{
    max-width: 229px;
} */
.dark.header-sticky {
    background-color: #0d102b !important;
}
.white-navbar .main-head.dark .menu-item>a:not(.btn) {
    color: black;
}
.main-head.dark .menu-item > a:hover, .main-head.dark .menu-item.active > a {
    border-color: rgba(255, 255, 255, 0.2);
    color: #df1f38 !important;
    border: none;
}
.custom-image-blog-banner{
    display: block;
    max-width: 100%;
    height: auto;
    max-height: 500px;
    display: inline-block;
}
.playbtn{
    position: absolute;
    top: 50%;
    height: 54px !important;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2;
    margin-top: -2px;
    width: 54px !important;
    object-fit: unset !important;
    min-height: unset !important;

}
.border-custom{
    border: 1px #d1cdcd solid;
    border-radius: 10px;
    cursor: pointer;
}
.error-message {
    margin-top: 20px;
    font-size: 20px;
    color: #df1f38;
    background-color: #f8d7da;
    padding-top: 15px;
    padding-bottom: 15px;
    border-radius: 16px;
    font-weight: 600;
}
.wizard > .content {
    /* background: #eee; */
    display: block;
    margin: 0.5em;
    min-height: 32.5em;
    overflow: hidden;
    position: relative;
    width: auto;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.wizard > .steps > ul > li, .wizard > .actions > ul > li {
    float: right;
    text-align: center;
    margin-left: 30px;
}
.wizard > .steps .done a, .wizard > .steps .done a:hover, .wizard > .steps .done a:active {
    background: #e0263e;
    color: #fff;
    border-radius: 50%;
}
.wizard > .steps .disabled a, .wizard > .steps .disabled a:hover, .wizard > .steps .disabled a:active {
    background: #eee;
    color: #aaa;
    cursor: default;
    border-radius: 50%;
}
.wizard .steps li:not(:last-child):after {
    content: '';
    height: 1px;
    background: black;
    width: 20px;
    position: absolute;
    /* left: 59%; */
    top: 45%;
    margin-left: 23px;
    padding-left: 13px;
    margin-right: 39px;
}
.wizard .steps li:not(:last-child):before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    top: 45%;
    border-style: solid;
    border-width: 7px 20px 7px 0;
    border-color: transparent black transparent transparent;
    margin-right: 50px;
    transform: translateY(-50%);
}
.fa-plus .fa-minus{
    font-family: 'Font Awesome 5 Free'; font-weight: 900;
}
.fa-plus:before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: "\f067";
}
.fa-minus:before{
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: "\f068";
}
.btn {
    font-family:'DroidArabicKufi', Helvetica, Arial, sans-serif;
    }
body{
    font : normal 15px/1.4 'DroidArabicKufi', Helvetica, Arial, sans-serif  !important;
}
h1, h2, h3, h4, h5, h6, .tb-list {
    font-family: 'DroidArabicKufi', Helvetica, Arial, sans-serif  !important;
}

@media (min-width: 768px) {

    .seven-cols .col-md-1,
    .seven-cols .col-sm-1,
    .seven-cols .col-lg-1 {
        width: 50%;

    }
}

@media (min-width: 992px) {

    .seven-cols .col-md-1,
    .seven-cols .col-sm-1,
    .seven-cols .col-lg-1 {
        width: 14.285714285714285714285714285714%;
        *width: 14.285714285714285714285714285714%;
    }
}

@media (min-width: 1200px) {

    .seven-cols .col-md-1,
    .seven-cols .col-sm-1,
    .seven-cols .col-lg-1 {
        width: 14.285714285714285714285714285714%;
        *width: 14.285714285714285714285714285714%;
    }
}

.seven-cols h3 {
    font-weight: 600;
}

.inverse-list-navbar {
    display: inline-flex;
}

.background-blue-custom {
    background-color: #0D102B
}
section.background-grey-custom{
    background-color: #f7f7f7;
}
.background-grey-custom h2 {
    color: black;
}
ul.orange-bullets {
    list-style: none;
    /* Remove default bullets */
}

ul.orange-bullets li::before {
    content: "\2023";
    /* Add content: \2022 is the CSS Code/unicode for a bullet */
    color: red;
    /* Change the color */
    font-weight: bold;
    /* If you want it to be bold */
    display: inline-block;
    /* Needed to add space between the bullet and the text */
    width: 1em;
    /* Also needed for space (tweak if needed) */
    margin-left: 5px;
    /* Also needed for space (tweak if needed) */
}

ul.orange-bullets li {
    color: #B5BCCB;
    font-size: 15px;
    padding-bottom: 12px;
}

.goals .tab-content {
    margin-right: 13%;
}

.goals .nav {
    display: flex;
}

.goals .nav-pills>li.active>a,
.goals .nav-pills>li.active>a:hover,
.goals .nav-pills>li.active>a:focus {
    color: #fff;
    background-color: transparent;
    border-bottom: 1px solid red;
    border-radius: 0;

}

.goals .nav-pills>li {
    padding-right: 15px;
    border-radius: 0;
    padding-left: 15px;
    margin-right: 20px;
    margin-left: 20px;
    font-size: 20px;
}
.nav-pills>li>a {
    color: #afafaf;
    font-size: 16px;
}
.nav-pills>li>a:hover{
    color: black;
    background: white;
}
.display-inline {
    display: inline-block;
}

.box {
    position: relative;
    display: inline-block;
    /* Make the width of box same as image */
}


.box .text-over-image {
    position: absolute;
    z-index: 999;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 30%;
    /* Adjust this value to move the positioned div up and down */
    text-align: center;
    width: 80%;
    /* Set the width of the positioned div */
}

.custom-bg-orange {
    background-color: #F07E36;
}

.custom-bg-blue {
    background-color: #36A1F0;
}

.custom-bg-brown {
    background-color: #AF664B;
}

.custom-bg-green {
    background-color: #50AA28;
}

.custom-bg-pink {
    background-color: #F23E83;
}

.custom-bg-purple {
    background-color: #3239D5;
}

.custom-badge-style {
    padding: 5px 12px;
    border-radius: 6px;
    color: white;
    font-weight: 500;
    font-size: 11px;
}

.article-tabs h5 {
    font-size: 15px;
    font-weight: 600;
    color: white;
    display: inline-block;
    margin-top: 12px;
    text-align: right;
    margin-bottom: 0px;
}
#contact .content{
    text-align: right;
}
 .info-obj.img-l.g20 .info {
    margin-right: 20px;
}
#contact .secondary-text  {
    font-size: 33px;
}
.social-tabs h1 {
    color: #FFFFFF;
}

.social-tabs .socials {
    color: white;
}

.social-tabs .socials i {
    font-size: 42px;
    color: #D42B2B;
    margin-bottom: 15px;
}

.social-tabs .socials .main-text {
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 15px;
}

.social-tabs .socials .secondary-text {
    font-size: 17px;
    font-weight: 400;
    margin-bottom: 15px;
    color: #C3C3C7;
}

.social-tabs .socials .secondary-text i {
    font-size: 23px;
    color: #C3C3C7;
    font-weight: 400;
    margin-bottom: 15px;
    margin-left: 10px;
    margin-right: 10px;
}

.direction-ltr {
    direction: ltr;
}

.bg-black {
    background-color: black;
}

.top-0-important {
    padding-top: 0px !important;
}

.top-10-important {
    padding-top: 10px !important;
}

.button-block {
    display: block;
    width: 100%;
    border: none;
    background-color: #4CAF50;
    padding: 14px 28px;
    font-size: 16px;
    cursor: pointer;
    text-align: center;
}

.menu .menu-item a {
    font-size: 15px;
}
header.solid.btn-default{
    font-size: 15px;
}
.menu .menu-item.has-dropdown>a:after {
    content: none;
}
.m-content.open.m-nav{
    overflow:hidden;
}
#about p.custom-red {
    font-size: 21px;
    color: #D42B2B;
    font-weight: bold;
}

#about h2 {
    font-size: 21px;
    font-weight: 600;
    width: 70%;
    margin-right: 15%;
}
.max-px-w700 {
    max-width: 700px;
}
.dropdown-menu {
    right : 0;
}
.dropdown-menu li {
    direction: rtl;
    text-align: right;
}

#about p.additional-text {
    font-size: 16px;
    font-weight: 400;
    color: #5D5D60;
    line-height: 2.4;
}
#home .max-px-w500{
    max-width: 600px;
}
.seven-cols .info-obj img {
    height: 50px;
}

#team p.custom-red {
    font-size: 21px;
    color: #D42B2B;
    font-weight: bold;
}
.height-min-post{
    min-height: 270px;
    filter: brightness(40%);
}
#team h2 {
    font-size: 21px;
    font-weight: 600;
    color: white;
}

#team p.additional-text {
    font-size: 16px;
    font-weight: 400;
    color: #CCCCCF;
    line-height: 2.4;
}

#achivements .info-obj-wrp,
.info-obj {
    margin-bottom: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
}
.center-image{
    display: block;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    
}
.height-55px{
    height: 55px;
}
.font-size-55px{
    font-size: 55px;
    color: #df1f38;
    font-style: normal;

}
.left-border {
    border-left: 1px #5D5D60 solid;
}

.right-border {
    border-right: 1px #5D5D60 solid;
}

.top-border {
    border-top: 1px #5D5D60 solid;
}

.bottom-border {
    border-bottom: 1px #5D5D60 solid;
}

.right-bottom-border-shadow {
    box-shadow: 4px 0px 3px -3px #e4e3e3 , 0px 4px 3px -3px #e4e3e3;
}

.right-top-border-shadow {
    box-shadow: 4px 0px 3px -3px #e4e3e3 , inset 0px 4px 3px -3px #e4e3e3;
}

.left-bottom-border-shadow {
    box-shadow: inset 4px 0px 3px -3px #e4e3e3,0px 4px 3px -3px #e4e3e3;;
}
.left-top-border-shadow {
    box-shadow: inset 4px 0px 3px -3px #e4e3e3,inset 0px 4px 3px -3px #e4e3e3;;
}

.right-bottom-border-shadow {
    box-shadow: 4px 0px 3px -3px #e4e3e3 , 0px 4px 3px -3px #e4e3e3;
}

.top-border-shadow {
    box-shadow: inset 0px 4px 3px -3px #e4e3e3;
}

.bottom-border-shadow {
    
    box-shadow: 0px 4px 3px -3px #e4e3e3;
}
 .box{
    width: 100%;
}
 .box img{
    width: 100%;
}
.solid.btn-default.btn-inverse , .solid.btn-default.btn-previous{
    background-color: white;
    border-color: #df1f38 ; 
    color: #df1f38 ;
}

.solid.btn-default.btn-inverse:hover , .solid.btn-default.btn-previous:hover{
    background-color: #df1f38;
    color: white;
}
.solid.btn-default.btn-inverse2 {
    background-color: transparent;
    border-color: #df1f38;
    color: #df1f38;
}
.solid.btn-default.btn-inverse2:hover {
    background-color: #df1f38;
    color: white;
}
.muted-color-text{
    color: #bababa !important;
}
.text-black-paragraph{
    color: black;
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 13px;
}

.partner img{
    min-height: 140px;
}
.partner .custom-size {
    margin-top: 30px;
    width: 90%;
    margin-left: 2.5%;
    margin-right: 2.5%;
    background: white;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 12px;
}
#partners .additional-text{
    color: #030303;
}
#partners .additional-text:after{
    content: '';
    border-bottom:1.5px solid #df1f38;
    width: 10%;
    display: block;
    text-align: center;
    position: absolute;
    bottom: 2px;
    left: 45%;
}
.whitooo{
    color: white !important;
}
@media (max-width: 991px) and (min-width: 200px) {
    .main-head .header-logo img {
        max-height: 30px;
        margin-right: 25px;
    }
}

.white-points .pe-7s-more:before {
    content: "\e632";
    color: white;
}

.custom-red {
    font-size: 21px;
    color: #D42B2B;
    font-weight: bold;
}

#achivements .info b {
    margin-left: 5px;
    font-size: 23px;
    color: #d42b2b;
    display: block;
}
#achivements .info-obj.img-t{
    border: 1px white solid;
    border-radius: 12px;
}
.margin-top-30{
    margin-top: 30px;
}
#achivements .info-obj .info{
    margin-top: 10px;
}
.font-size-30-600 {
    font-size: 30px;
    font-weight: 600;
}

#articles .nav-pills>li.active>a {
    color: #fff;
    background-color: #D42B2B;
    font-weight: 600;
    font-size: 13px;
}

#articles .nav-pills>li>a {
    border-radius: 4px;
    color: #808183;
    font-weight: 600;
    font-size: 13px;
    margin-left: 0px;

}
#achivements .title {
    color: white;
    font-size: 21px;
}
#achievemnts .title.mini{
    color: white;
    font-size: 18px;
}

.white-navbar .bg-glass-dark-01 {
    background-color: transparent;
    border-bottom: 1px solid #EAEAEA;
}

.white-navbar .dark.header-sticky {
    background-color: white !important;
}

.pagination {
    display: inline-block;
    margin-top: 50px;
}

.pagination a {
    font-size: 18px;
    color: #A0A0A0;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    border: 0.5px #A0A0A0 solid;
    border-radius: 10%;
    margin-left: 5px;
    margin-right: 5px;
}

.pagination a.active {
    background-color: #D42B2B;
    color: white;
}

.article-post p {
    font-size: 16px;
    line-height: 2.2;
    color: #616165;
    text-align: right !important;
}

.mr-t-200 {
    margin-top: 200px;
}

.display-flex {
    display: flex;
}

.tab-content.custom-border {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.nav-tabs>li>a {
    margin-right: 0px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
}

.acceuil-pane .tab-pane {
    margin-right: 20px;
    padding-top: 25px;

}

.acceuil-pane .tab-pane .col-md-2 {
    padding: 10px;
    height: 50px;
    margin-bottom: 50px;
}

.acceuil-pane .tab-pane .col-md-2 a {
    display: flex;
    justify-content: center;
    flex-direction: column;
    /* height: 400px; */
    padding: 10px;

}

.acceuil-pane .tab-pane .col-md-2 a.active {
    color: white;
    background-color: #D42B2B;
    border-radius: 9px;
}

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.articles-login .box .text-over-image {
    position: absolute;
    z-index: 999;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 50%;
    /* text-align: center; */
    width: 80%;
    color: #A5A5A8;
}

.articles-login .text-over-image h5 {
    color: white;
    text-align: right;
}

.articles-login .article {
    margin-bottom: 25px;
}

.block-shadow {
    -webkit-box-shadow: 6px 9px 15px -6px rgba(0, 0, 0, 0.49);
    -moz-box-shadow: 6px 9px 15px -6px rgba(0, 0, 0, 0.49);
    box-shadow: 6px 9px 15px -6px rgba(0, 0, 0, 0.49);
    border-radius: 10px;
}

.side-bar-div .box h5 {
    margin-top: 16px;
    margin-bottom: 17px;
    padding-left: 10%;
    padding-right: 4%;
}

.side-bar-div .box {
    margin-bottom: 20px;
}

.side-bar-div .box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mr-t-150 {
    margin-top: 150px;
}
.blog  .box {
    width: 100%;
    margin-bottom: 25px;
}
.blog  .box img{
    filter: brightness(40%);
    width: 100%;
    height: 100%;
    object-fit: cover;
    min-height: 262px;
}
.limited .box img {
    min-height: 270px;
    filter: brightness(0.4);    
}
.articles-login .box {
    width: 100%;
}
.articles-login .box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    min-height: 306px;
    filter: brightness(40%);
}
.read-more{
    padding: 10px 17%;
}
.read-more .box {
    width: 100%;
}
.read-more  .box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.icon-text-under img{
   
    height: 100px;
    width: 100px;
    /* border-radius: 50%; */
    margin: 0 auto;
    margin-bottom: 15px;
}
.center-logo{
    border-radius: 50%;
    height: 100px;
    margin: 0 auto;
}
#inscription{
    margin-top: 20px;
}
.main-head.dark .menu-item > .sub li a{
    text-align: right;
}
.main-head.dark .menu-item > a:not(.btn) {
    text-align: right;
}
.nav.nav-tabs.display-flex.custom-nav>li>a{
    padding-right: 20px;
    padding-left: 20px;
}
.read-more .box{
    margin-bottom: 20px;
}
.radio-new{
    margin: 20px 10px;
}
.selected-item-bg{
    background-color: #fff;
    border-radius: 10px;
    border: 1px #df1f38 solid;
    -webkit-box-shadow: 0px 0px 34px -6px rgba(223,31,56,0.67);
    -moz-box-shadow: 0px 0px 34px -6px rgba(223,31,56,0.67);
    box-shadow: 0px 0px 34px -6px rgba(223,31,56,0.67);
}
@media (min-width: 1200px) {
    .read-more{
        padding: 10px 15%;
    }  
    /* #inscription form{
        width: 800px;
    margin: auto auto;
    } */
}
.t100px{
    height: 100px;
    width: 100px;
}
/* Customize the label (the radio-container) */
.radio-container {
    display: inline-block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  
  /* Hide the browser's default radio button */
  .radio-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }
  
  /* Create a custom radio button */
  .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 50%;
  }
  
  /* On mouse-over, add a grey background color */
  .radio-container:hover input ~ .checkmark {
    background-color: #ccc;
  }
  
  /* When the radio button is checked, add a blue background */
  .radio-container input:checked ~ .checkmark {
    background-color: #e0263e;
  }
  
  /* Create the indicator (the dot/circle - hidden when not checked) */
  .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }
  
  /* Show the indicator (dot/circle) when checked */
  .radio-container input:checked ~ .checkmark:after {
    display: block;
  }
  
  /* Style the indicator (dot/circle) */
  .radio-container .checkmark:after {
    top: 9px;
    left: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
  }

.icon-text-under .your-sector  img {
    height: 75px;
    width: 75px;
    /* border-radius: 50%; */
    border-radius: 0%;
    margin: 0 auto;
}
.service ul.orange-bullets li {
    color: #030303;
    font-size: 17px;
    padding-bottom: 20px;
    line-height: 2.0;
    width: 90%;
    margin-right: 5%;
    text-align: right;
}

.nav-pills.custom-navs {
    display: flex;
    justify-content: center;
    flex-direction: row;
    
    padding-right: 80px;
}
  
@media (min-width: 992px) and (max-width: 1199px) {
    .read-more{
        padding: 10px 10%;
    }
    
.icon-text-under img{
    border-radius: 50%;
    height: 125px;
    margin: 0 auto;
}

}

@media (min-width: 992px) {}

/*===========================================*/
/*	MOBILE & TABLET COMMON
/*===========================================*/
@media (min-width: 200px) and (max-width: 991px) {
    .service ul.orange-bullets li {
        color: #030303;
       
        line-height: 2.0;
        /*width: 100%;*/
        
    }
    #partners .additional-text:after {
        content: '';
        border-bottom: 1.5px solid #df1f38;
        width: 10%;
        display: block;
        text-align: center;
        position: absolute;
        bottom: -20px;
        left: 45%;
    }
    #articles .nav-pills>li>a {
        border-radius: 4px;
        color: #808183;
        font-weight: 600;
        font-size: 14px;
        margin-left: 12px;
    
    }
    #articles .nav-pills>li.active>a{
        font-size: 17px;
    }
    .wizard > .steps .current a, .wizard > .steps .current a:hover, .wizard > .steps .current a:active {
        border-radius: 10px;
       
    }
    .wizard > .steps > ul > li, .wizard > .actions > ul > li {
        margin-left: 5px;
    }
    .wizard > .steps .disabled a, .wizard > .steps .disabled a:hover, .wizard > .steps .disabled a:active {
        border-radius: 10px;
    }
    .wizard .steps li:not(:last-child):before {
        content: none;
    }
    .wizard .steps li:not(:last-child):after {
        content:none;
    }
    .wizard > .content > .body {
        float: right;
        position: absolute;
        width: 95%;
        height: 95%;
        padding: 2.5%;
        overflow-y: scroll;
    }
    .menu .fas.fa-chevron-down{
        display:none;
    }
    .mr-t-150.small-me-phone{
        margin-top:75px;
    }
    .image-side-tabs {
        display: none;
    }

    .goals .tab-content {
        margin-right: 5%;
    margin-left: 3%;
    }

    .goals .mr-t-60 {
        margin-top: 0px;
    }

    .map-acceuil {
        display: none;
    }

    #achivements .right-border,
    #achivements .left-border {
        border: none;
    }

    .goals .nav-pills>li {
        margin-right: 0;
        margin-left: 0;
    }

   .yo-article.articles  {
        text-align: center;
    /* display: inline-grid; */
        width: 100%;
        height: 100px;
        width: 100%;
        overflow-y: scroll;
    }
    .articles{
        text-align: center;
    }
    .box .text-over-image {
        position: absolute;
        z-index: 999;
        margin: 0 auto;
        left: 0;
        right: 0;
        top: 30%;
        text-align: center;
        width: 70%;
    }
    .pagination a {
        font-size: 12px;
        color: #A0A0A0;
        float: left;
        padding: 8px 10px;
        text-decoration: none;
        border: 0.5px #A0A0A0 solid;
        border-radius: 10%;
        margin-left: 2.5px;
        margin-right: 2.5px;
    }
    .read-more{
        padding: 10px 5%;
    }
    
    .icon-text-under img{
        border-radius: 50%;
        height: 75px;
        width: 75px;
        margin: 0 auto;
    }

    .nav>li>a {
        position: relative;
        display: block;
        padding: 10px 0px;
        font-size: 14px;
    }
    .left-top-border-shadow,.left-bottom-border-shadow,.right-top-border-shadow,.left-top-border-shadow,.right-bottom-border-shadow{
        box-shadow: none;
    }
    #goals .mr-t-60{
        margin-top: 20px;
    }
    .wizard > .steps > ul > li {
        width: 20%;
    }
    .f1-step p{
        display: none;
    }
    
}


/*===========================================*/
/*	TABLET
/*===========================================*/
@media (min-width: 768px) and (max-width: 991px) {
    .pagination a {
        font-size: 14px;
        color: #A0A0A0;
        float: left;
        padding: 8px 12px;
        text-decoration: none;
        border: 0.5px #A0A0A0 solid;
        border-radius: 10%;
        margin-left: 3.5px;
        margin-right: 3.5px;
    }
}


/*===========================================*/
/*	MOBILE
/*===========================================*/
@media (min-width: 200px) and (max-width: 767px) {
    .wizard > .content{
        min-height: 35em;
    }
  
}

@media (min-width: 600px) and (max-width: 767px) {}

@media (min-width: 480px) and (max-width: 599px) {}

@media (min-width: 200px) and (max-width: 479px) {}
.gallery_item {
    margin-bottom: 30px;
    position: relative;
}
.gallery_item .gallery_overlay {
    background-color: rgba(36, 65, 231, .8);
    border-radius: 5px;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.gallery_item .gallery_overlay .icon {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 35%;
    text-align: center;
}
.gallery_item .gallery_overlay .icon span {
    color: #ffffff;
    font-size: 50px;
}
.line-height-2{
    line-height: 2;
}
.org-chart {
	display: block;
	clear: both;
	margin-bottom: 30px;
	position: relative
}

.org-chart.cf:before,
.org-chart.cf:after {
	content: " ";
	display: table
}

.org-chart.cf:after {
	clear: both
}

.org-chart.cf {
	*zoom: 1
}

.org-chart ul {
	padding: 0;
	margin: 0;
	list-style: none
}

.org-chart ul li {
	position: relative
}

.org-chart ul li span {
	display: block;
	border: 3px solid orange;
	text-align: center;
	overflow: hidden;
	text-decoration: none;
	color: black;
	font-size: 12px;
	box-shadow: 4px 4px 9px -4px rgba(0, 0, 0, .4);
	-webkit-transition: all linear 0.1s;
	-moz-transition: all linear 0.1s;
	transition: all linear 0.1s;
	background: white;
	padding: 4px
}

.org-chart .lvl-b {
	background: #f7f0ed;
	color: #92d4a8
}

.org-chart .board {
	width: 70%;
	margin: 0 auto;
	display: block;
	position: relative
}

    .org-chart .board:before {
	content: "";
	display: block;
	position: absolute;
	height: 342px;
	width: 0;
	border-left: 2px solid orange;
	margin-right: 49%;
	top: 20px;
}

.org-chart ul.columnOne {
	height: 90px;
	position: relative;
	width: 100%;
	display: block;
	clear: both
}

.org-chart ul.columnOne li {
	width: 50%;
	margin: 0 auto;
	top: 20px
}

.org-chart ul.columnTwo {
	position: relative;
	width: 100%;
	display: block;
	height: 90px;
	clear: both
}

.org-chart ul.columnTwo li:first-child {
	width: 30%;
	float: left
}

.org-chart ul.columnTwo li {
	width: 30%;
	float: right
}

.org-chart ul.columnTwo:before {
	content: "";
	display: block;
	position: relative;
	width: 80%;
	height: 10px;
	border-top: 2px solid orange;
	margin: 0 auto;
	top: 40px
}

.org-chart ul.columnThree {
	position: relative;
	width: 100%;
	display: block;
	clear: both
}

.org-chart ul.columnThree li:first-child {
	width: 32%;
	float: left;
	margin-left: 0
}

.org-chart ul.columnThree li {
	width: 30%;
	margin-left: 5%;
	float: left
}

.org-chart ul.columnThree li:last-child {
	width: 30%;
	float: right;
	margin-left: 0
}

.org-chart ul.columnThree:before {
	content: "";
	display: block;
	position: relative;
	width: 80%;
	height: 10px;
	border-top: 2px solid orange;
	margin: 0 auto;
	top: 40px
}

.org-chart .departments {
	width: 100%;
	display: block;
	clear: both
}

.org-chart .departments:before {
	content: "";
	display: block;
	width: 85%;
	height: 22px;
	border-top: 2px solid orange;
	border-left: 2px solid orange;
	border-right: 2px solid orange;
	margin: 0 auto;
	top: 0
}

.org-chart .department {
	border-left: 2px solid orange;
	width: 48%;
	float: left;
	margin: -10px 4px
}

.org-chart .department:after {
	content: "";
	position: absolute;
	display: block;
	width: 10px;
	height: 22px;
	border-left: 2px solid orange;
	left: 50%;
	top: -22px
}

.org-chart .department:first-child:after {
	display: none
}

.org-chart .department:last-child:after {
	display: none
}

.org-chart .department.central {
	background: #f5eec9
}

.org-chart .department.central:after {
	display: none
}

.org-chart .department span {
	border-left: 1px solid orange
}

.org-chart .department li {
	padding-left: 25px;
	border-bottom: 2px solid orange;
	height: 80px
}

.org-chart .department li span {
	background: #92d4a8;
	top: 38px;
	position: absolute;
	z-index: 1;
	width: 95%;
	height: auto;
	vertical-align: middle;
	right: 0;
	line-height: 14px;
	border: 3px solid orange
}

.org-chart .department .sections {
	margin-top: -20px
}

@media all and (max-width:767px) {
	.org-chart .board {
		margin: 0;
		width: 100%
	}
	.org-chart .departments:before {
		border: none
	}
	.org-chart .department {
		float: none;
		width: 100%;
		margin-left: 0;
		background: #f5eec9;
		margin-bottom: 40px
	}
	.org-chart .department:before {
		content: "";
		display: block;
		position: absolute;
		width: 15px;
		height: 60px;
		border-left: 2px solid orange;
		z-index: 1;
		top: -45px;
		left: 0%;
		margin-left: -2px
	}
	.org-chart .department:after {
		display: none
	}
	.org-chart .department:first-child:before {
		display: none
	}
}

.responsive-content {
	width: 767px;
	margin: 0 auto
}

.responsive-content .org-chart .board {
	margin: 0;
	width: 100%
}

.responsive-content .org-chart .departments:before {
	border: none
}

.responsive-content .org-chart .department {
	float: none;
	width: 100%;
	margin-left: 0;
	background: #f5eec9;
	margin-bottom: 40px
}

.responsive-content .org-chart .department:before {
	content: "";
	display: block;
	position: absolute;
	width: 15px;
	height: 60px;
	border-left: 2px solid orange;
	z-index: 1;
	top: -45px;
	left: 0%;
	margin-left: -2px
}

.responsive-content .org-chart .department:after {
	display: none
}

.responsive-content .org-chart .department:first-child:before {
	display: none
}

.skills .org-chart .board span {
	color: black!important;
	font-size: 15px;
	font-weight: 700;
	padding-top: 15px;
	padding-bottom: 10px
}
.tf-tree.example{
    direction: ltr;
}
.example .tf-nc {
    /* css here */
    border: 2px solid #df1f38;
    border-radius: 5px;
  }
  
  .tf-custom .tf-nc:before,
  .tf-custom .tf-nc:after {
    /* css here */
    border: 2px solid #df1f38;
  }
  
  .tf-custom li li:before {
    /* css here */
  }
  .tf-tree li li:before{
    border-top: 2px solid #df1f38;
  }
  .tf-tree .tf-nc:after, .tf-tree .tf-nc:before, .tf-tree .tf-node-content:after, .tf-tree .tf-node-content:before{
    border-left: 2px solid #df1f38;
  }
  .tf-tree .tf-nc:after, .tf-tree .tf-node-content:after{
      height: 1.2em;
  }
  @media (max-width: 991px) and (min-width: 200px){
    #contact [data-ckav-sm*="img-t"].info-obj {
        width: 100%;
        display: inline-flex;
    }
  }
/* #partners .owl-nav{
    display: none;
} */
#partners .container .row{
    direction: ltr;
}
.owl-nav .owl-prev{
    height: 54px;
    position: absolute;
    top: 50%;
    width: 27px;
    z-index: 1000;
    right: -3%;
    cursor: pointer;
    color: transparent;
    margin-top: -27px;
}
.owl-nav .owl-next{
    height: 54px;
    position: absolute;
    top: 50%;
    width: 27px;
    z-index: 1000;
    left: -3%;
    cursor: pointer;
    color: transparent;
    margin-top: -27px;
}
.owl-prev i, .owl-next i {
    color: #A0A0A0;
    font-size: 50px;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
.error-message-sm{
    font-weight: 600;
    color: red;
}
ul.orange-bullets li ul{

    padding-right: 40px;
    margin-top: 20px;
}
ul.orange-bullets li ul li{
    list-style: none;
}

.services-item{
    display: flex;
    align-items: center;
    text-align: right;
}
.p-0{
    padding: 0;
}

#about .box img{
    border-radius: 5px;
    max-height: 170px;
}


#login
#login .bg-login {    
    position: relative;
    right: 0;
    top: 0;
}

#login .bg-login:before {
    content: '';
    width: 50%;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    background-image: url('../../img/img_7468__2_.jpg');    
    background-size: cover;
    background-repeat: no-repeat;
}
@media (max-width: 900px) and (min-width: 200px) {
    #login .bg-login:before {
        content: '';
        width: 0%;
        position: absolute;
        top: 0;
        right: 0;
        height: 100%;
        background-image: url(../img/img_7468__2_.jpg);
        background-size: cover;
        background-repeat: no-repeat;
    }
}
#login .bg-login .content-fixed {
    margin-top: 0;
}
#login .bg-login .content-auth {
    min-height: 100vh;
}
#login .bg-login .media {
    margin-top: 15%;
}

#login .btn-success.btn{
    color: #fff;
    background-color: #10b759;
    border-color: #10b759;
}

#login .btn-success.btn:hover{
    color: #fff;
    background-color: #0c8842;
    border-color: #0b7c3c;
}

#login .btn-brand-02 {
    background-color: #063cdd;
    border-color: #063cdd;
    color: #fff;
}

#login .btn-brand-02:hover, .btn-brand-02:focus {
    background-color: #042893;
    border-color: #042893;
    color: #fff;
}

.pt40{
    padding-top: 40px;
}

.pt20{
    padding-top: 20px;
}

.text-right{
    text-align: right;
}

.text-center{
    text-align: center;
}

.m-0{
    margin: 0;
}

.align-c.you-are.border-custom.selected-item-bg::before , .align-c.your-sector.border-custom.selected-item-bg::before {
    content: "✓";
    position: absolute;
    
    font-size: 30px;
    color: limegreen;
    font-weight: 900;
}

.align-c.you-are.border-custom.selected-item-bg::before{
    top: 0px;
    right: 22px;
}

.align-c.your-sector.border-custom.selected-item-bg::before{
    top: 20px;
    right: 22px;
}

/* section#homeIntro #carouselHome .navbuttons .carousel-control , section#homeIntro #carouselHome .carousel-inner .carousel-caption * {
    z-index: 10 !important;
} */

.home-slider .item::before{
    content:" ";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #333;
    opacity: .8;
}
section#homeIntro #carouselHome .carousel-inner .carousel-caption{
    bottom: 10vh;
    width: 80%;
    left: 10%;
    right: 10%;
}

.box .custom-badge-style {
    margin-right: 1.5rem;
    margin-bottom: 1rem;
}